projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c69c6
)
(change_frame_size_1): Set frame's resized_p.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 30 Oct 2001 16:59:41 +0000
(16:59 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 30 Oct 2001 16:59:41 +0000
(16:59 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 879f2cafbef1e127795f7bc6401019322e0ea133..f5324b108187f7a15a57569f0a8006c9e751acc2 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-5973,8
+5973,9
@@
change_frame_size_1 (f, newheight, newwidth, pretend, delay, safe)
}
adjust_glyphs (f);
- SET_FRAME_GARBAGED (f);
calculate_costs (f);
+ SET_FRAME_GARBAGED (f);
+ f->resized_p = 1;
UNBLOCK_INPUT;